From: Jochen Sprickerhof Date: Fri, 18 Aug 2017 09:30:38 +0000 (+0200) Subject: Fix PCL_ROOT path X-Git-Tag: archive/raspbian/1.15.0+dfsg-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=398ea133545776cbaa635f9ad9f87628723b415c;p=pcl.git Fix PCL_ROOT path Gbp-Pq: Name 0001-Fix-PCL_ROOT-path.patch --- diff --git a/PCLConfig.cmake.in b/PCLConfig.cmake.in index 6e1af47c..5da111d0 100644 --- a/PCLConfig.cmake.in +++ b/PCLConfig.cmake.in @@ -395,7 +395,7 @@ if(WIN32 AND NOT MINGW) endif() else() # PCLConfig.cmake is installed to PCL_ROOT/share/pcl-x.y - get_filename_component(PCL_ROOT "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE) + set(PCL_ROOT "/usr") endif() # check whether PCLConfig.cmake is found into a PCL installation or in a build tree